golang.org/x/net/idna.Profile.simplify (method)

5 uses

	golang.org/x/net/idna (current package)
		idna.go#L493: 		switch p.simplify(info(v).category()) {
		idna.go#L549: 		switch p.simplify(info(v).category()) {
		idna.go#L661: func (p *Profile) simplify(cat category) category {
		idna.go#L698: 		if c := p.simplify(cat); c != valid && c != deviation {
		idna.go#L803: 			if c := p.simplify(cat); c != valid && (!p.transitional || c != deviation) {